Broadcast only pages with modules or page types that are consistent with the purpose of this page, e.g. it might accept any types or be set for one type only, e.g. Events.
;
const rh_temp = document.querySelector("#modules-holder")
if ( rh_temp )
rh_temp.setAttribute("data-status", "not-using-AJAX"); document.getElementById("broadcast-rules-modal").addEventListener('shown.bs.modal', () => {
document.getElementById("broadcast-rules-modal-title").focus();
});
load_page_scripts();
document.body.classList.add("bs5");
fd_ajax_complete (); //librarires loaded, content should also now be added, so lets run a quick tidy up
}
var ses_timeout = null;
//allow for loading of unnamed scripts defined from pages
( function( fd_page_app )
{
// load defined functions like fd_page_app.function_name
//define functions like fd_page_app.function_name = function () { } ;
} ( window.fd_page_app = window.fd_page_app || {} )
);
//if we can use local storage from browser
window.addEventListener('storage', function(event)
{
if (event.key == 'logout-event')
{
//you have been logged out, redirect this tab back to homepage.
//window.location = 'https://xotaki.org.nz/';
//lets just reload the page instead
window.location.reload();
}
}
);
//]]>
Do NOT follow this link or you will be banned from the server!